From: kfraser@localhost.localdomain Date: Fri, 17 Aug 2007 14:43:24 +0000 (+0100) Subject: Update version number to reflect that next stable release will be 3.2.x X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14987^2~67^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=b43bbe7bf06429c5827129dfd216c1c8c07a7755;p=xen.git Update version number to reflect that next stable release will be 3.2.x Signed-off-by: Keir Fraser --- diff --git a/xen/Makefile b/xen/Makefile index 1c701060d9..b0a9ac311c 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -1,7 +1,7 @@ # This is the correct place to edit the build version. # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 -export XEN_SUBVERSION = 0 +export XEN_SUBVERSION = 2 export XEN_EXTRAVERSION ?= -unstable$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version